# Xenomorph portrait grouping fix v2
# IMPORTANT:
# Portrait sets should reference the portrait_group key, not every individual HiveF/HiveM/HiveH portrait.
# The actual restrictions are retained in gfx/portraits/portraits/01_xeno_portraits.txt under portrait_groups = { xenomorph = { ... } }.

xenomorphs = {
    species_class = XENO

    portraits = {
        "xenomorph"
    }

    # Keep the grouped Xenomorph portrait from being used by random/pre-FTL generation.
    # Do not list the individual HiveF/HiveM/HiveH portraits here, or the selector will split them again.
    non_randomized_portraits = {
        "xenomorph"
    }

    non_pre_ftl_portraits = {
        "xenomorph"
    }
}
